CNT2-MIB DEFINITIONS ::= BEGIN

        IMPORTS
                MODULE-IDENTITY, enterprises
                         FROM SNMPv2-SMI;

        cnt MODULE-IDENTITY
                LAST-UPDATED "0301290000Z"  -- Jan 29, 2003
                ORGANIZATION "Computer Network Technology Corporation"
                CONTACT-INFO "Computer Network Technology Technical Support
                              6000 Nathan Lane North
                              Plymouth, Minnesota  55442
                              support:  +1-763-268-6600
                                 free:  +1-800-762-8061
                                email:  customer_support@cnt.com"

                DESCRIPTION  "This defines the CNT enterprise root MIB."

                REVISION     "0301290000Z"  -- Jan 29, 2003
                DESCRIPTION  "Version 1.2:
                              Updated to SMI V2.
                              Updated contact information."

                REVISION     "0001010000Z"  -- Jan 01, 2000
                DESCRIPTION  "Created."

                ::= { enterprises 333 }


        --- cnt UltraNet platform
        cnt2 OBJECT IDENTIFIER ::= { cnt 2 }


            --- cnt UltraNet Mib-2-like Objects
            --- These objects mirror objects in the iso mib-2 tree.
            --- They are listed here as enterprise objects to allow for
            --- multiple instances of the mib-2 subtree for the master agent.
            cnt2Mib2 OBJECT IDENTIFIER ::= { cnt2 1 }


            --- cnt UltraNet Experimental-like Objects
            --- These objects mirror objects in the iso experimental tree.
            --- They are listed here as enterprise objects to allow for
            --- multiple instances of these experimental subtrees for the
            --- master agent.  This subtree is only for those experimental
            --- mibs which do not allow for multiple instances.
            cnt2Experimental OBJECT IDENTIFIER ::= { cnt2 2 }


            --- cnt UltraNet Master Agent Objects
            --- These objects are maintained by the master agent.
            --- They include information that applies to the global system.
            cnt2Snmp OBJECT IDENTIFIER ::= { cnt2 3 }


            --- cnt UltraNet Subagent Objects
            --- Under this subtree are all of the objects that can be
            --- registered under the UltraNet subagent subtree.  Each is
            --- a set of instanced tables that can be aggregated by the
            --- master agent.
            cnt2Subagent OBJECT IDENTIFIER ::= { cnt2 4 }


            --- cnt UltraNet Configuration Objects
            --- These objects are used to monitor and control the configuration
            --- of all of the components of the UltraNet node.  This tree is
            --- separated into subtrees by file.
            cnt2Config OBJECT IDENTIFIER ::= { cnt2 5 }


            --- cnt UltraNet Alert Objects
            --- These objects are derived from other UltraNet node objects
            --- by robotic monitoring applications and support the framework
            --- for intelligent, threshold based alerting and notification.
            cnt2Alert OBJECT IDENTIFIER ::= { cnt2 6 }

END